Xbasic

OBJECT.NEXT Function

Syntax

.Next()

Description

Moves focus to the next control as defined by the tab order.

The <OBJECT>.NEXT() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.NEXT() method moves the focus to the next control in the tab order as if the user had pressed the Tab key.

Example

:customer.next()

Limitations

Desktop applications only.

See Also